hget

Returns the value associated with field in the hash stored at key.

T
hget
(
T
)
(
Redis redis
,
string key
,
string field
)

Parameters

redis Redis

Database

key string

Hash name

field string

Field name

Meta